home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_138 / DoAction.as
Text File  |  2006-01-17  |  531b  |  24 lines

  1. cards = "2r.3r.4r.5r.6r.7r.8r.9r.0r.Ar.Vr.Dr.Kr.2b.3b.4b.5b.6b.7b.8b.9b.0b.Ab.Vb.Db.Kb.2t.3t.4t.5t.6t.7t.8t.9t.0t.At.Vt.Dt.Kt.2c.3c.4c.5c.6c.7c.8c.9c.0c.Ac.Vc.Dc.Kc.";
  2. descard = "";
  3. action = "PRESS DEAL TO GAMBLE";
  4. status = action;
  5. listb = "";
  6. bet = "5";
  7. win = "0";
  8. credit = "1000";
  9. end = "0";
  10. firstTime = "1";
  11. list = "";
  12. sel1 = "0";
  13. sel2 = "0";
  14. sel3 = "0";
  15. sel4 = "0";
  16. sel5 = "0";
  17. game = "0";
  18. setProperty("/help", _alpha, "100");
  19. setProperty("/help", _visible, "0");
  20. tellTarget("/afis")
  21. {
  22.    call("bet");
  23. }
  24.